@import url('https://fonts.googleapis.com/css?family=Ubuntu');

h1 { font-family: 'Ubuntu', sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: 'Ubuntu', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: 'Ubuntu', sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: 'Ubuntu', sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: 'Ubuntu', sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

body, html {
	font-family: 'Ubuntu', sans-serif;
	overflow-y: hidden;
}

#admin {
	font-family: 'Ubuntu', sans-serif;
	border-top: 5px solid white;
	font-family: 'Ubuntu', sans-serif;
	height: 555px;
	background: rgba(155, 3, 3, 0.438);
	color: white;
	width: 880px;
	position: absolute;
	top: 50%;
	left: 47%;
	margin-top: -350px;
	margin-left: -400px;
	padding-bottom: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#activeuser {
	font-family: 'Ubuntu', sans-serif;
	margin-top: -1.5%;
	color: white;
	font-weight: 500;
}

#header2 {
	font-family: 'Ubuntu', sans-serif;
	color: white;
	position: absolute;
	text-transform: uppercase;
	margin-top: 7px;
	font-weight: 500;
	font-size: 28px;
}

#header3 {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 2%;
	position: absolute;
	font-size: 13px;
	font-weight: 200;
	text-transform: uppercase;
}

#main {
	font-family: 'Ubuntu', sans-serif;
	height: 640px;
}

#tabs {
	font-family: 'Ubuntu', sans-serif;
	height: 30px;
}

.tab {
	font-family: 'Ubuntu', sans-serif;
	width: 100px;
	height: 30px;
	float: left;
	border: none;
	font-weight: 50;
	color: white;
	margin-left: 5px;
	background: rgb(57, 59, 71);
	border-radius: 5px;
}

.tab.selected {
	font-family: 'Ubuntu', sans-serif;
	background: rgb(89, 90, 89);
	border-radius: 5px;
}

#list {
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	margin-bottom: 100px;
	width: 300px;
	height: 470px;
	overflow-x: hidden;
}

#selected h3 {
	font-family: 'Ubuntu', sans-serif;
	margin-left: 15px;
	font-weight: 100;
	font-size: 15px;
}

.quick {
	font-family: 'Ubuntu', sans-serif;
	margin-left: 1px;
	width: 30%;
	background: rgb(57, 59, 71);
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
	color: #0aa3bed9;
	border-radius: 2px;
	font-size: 12px;
}

.group_set {
	font-family: 'Ubuntu', sans-serif;
	color: #0aa3bed9;
	font-size: 12px;
	display: inline-block;
	float: left;
	padding: 10px;
	width: 260px;

	outline: 0;
	border: 0;
	border-left: 2px solid rgb(10, 163, 190);
	background-color: rgba(57, 50, 61, 0.836);

	transition: background-color .5s;
}

button {
	font-family: 'Ubuntu', sans-serif;
	transition: background-color .5s;
} 

button:hover {
	font-family: 'Ubuntu', sans-serif;
	background: rgb(0, 0, 0);

}

.group_set:hover {
	font-family: 'Ubuntu', sans-serif;
	border-left: 2px solid rgb(0, 0, 0);
}

.group_set button {
	font-family: 'Ubuntu', sans-serif;
	transition: background .5s;
	margin-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	height: 35px;
	border: none;
	width: 100%;
	margin-top: 3px;
	padding-top: 3px;
	font-size: 12px;
	padding-bottom: 5px;
	background: rgba(25, 26, 27, 0.836);
	color: #0aa3bed9;
	font-weight: 100;
	border: 0;
	outline: 0;
}

.group_set input {
	font-family: 'Ubuntu', sans-serif;
	transition: background .5s;
	margin-top: 5px;
	width: 100%;
	height: 30px;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0;
	outline: 0;
	background: rgba(25, 26, 27, 0.836);
	color: #0aa3bed9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.534);
}

.group_set label {
	font-family: 'Ubuntu', sans-serif;
	transition: background .5s;
	display: block;
	text-align: left;
}

#selected {
	font-family: 'Ubuntu', sans-serif;
	position: absolute;
	display: inline-block;
	width: 600px;
	height: 640px;
}

#selected h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-left: 20px;
}

.player {
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	text-weight: bold;
	text-indent: 10px;
	padding: 5px;
}

.player:hover {
	color: rgb(151, 151, 151);
}

.player:focus {
	color: rgb(151, 151, 151);
}

.player:nth-child(odd) {
	font-family: 'Ubuntu', sans-serif;
	background: -webkit-linear-gradient(right, transparent 0%, rgba(54, 54, 61, 0.205) 100%);
}

.player.selected {
	font-family: 'Ubuntu', sans-serif;
	background: -webkit-linear-gradient(right, transparent 0%, white 100%);
}

.topbar {
	font-family: 'Ubuntu', sans-serif;
	height: 50px;
	font-weight: bold;
	font-size: 26px;
	background: rgba(50, 52, 61, 0.24);
}

.body {
	font-family: 'Ubuntu', sans-serif;
	height: 650px;
}

.topbar p {
	font-family: 'Ubuntu', sans-serif;
	top: 0;
	margin-top: 0;
	padding: 10px;
	display: inline-block;
}

#close {
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	float: right;
	padding: 5px;
	padding-right: 10px;
	font-weight: 200;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	color: rgb(10, 163, 190);
}

#close:hover {
	color: rgb(151, 151, 151);
}